| Previous | Chapter contents | Chapter top | Section top | Next |
The QuickTime VR Manager provides routines for initializing and terminating its operation.
The InitializeQTVR and TerminateQTVR routines are required for QuickTime VR to run in a Windows environment. They do nothing in the Mac OS environment, but should be included for cross-platform compatibility.
When your application calls InitializeQTVR in the Windows environment, the code attempts to find QTVR.qtx throught the normal search paths. If it does not find QTVR.qtx, it returns an error code of 6660 and the API will be unusable.
| Previous | Chapter contents | Chapter top | Section top | Next |